home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / dcon-kit / d.doc next >
Text File  |  1996-07-10  |  3KB  |  80 lines

  1. Program:        D
  2. Package:        Part of the DCon Utility Set
  3. Version:        1.1
  4. Date:           February 6, 1992
  5. Author:         George Spafford
  6.  
  7. Purpose:
  8.  
  9. To display a 5 column directory of all files given a file specification
  10. on the command line.
  11.  
  12. Procedure:
  13.  
  14. Place D.EXE in a directory that is in your path.  Invoke it as 
  15.  
  16.       D filespec
  17.       
  18.         FileSpec can be any DOS file name or valid wildcard combination
  19.         using "*" or "?".
  20.         
  21. The files are displayed alphabetically based on the first letter of the
  22. file name.  The total number of files located is displayed at the bottom
  23. of the screen.  If the list is more than one screen, it will ask you to
  24. press a key before it continues.
  25.  
  26. HISTORY:
  27.  
  28.    v1.1   02/06/92
  29.    
  30.           Improved the dir process a tad.  You can just put in D: or
  31.           D: and a partial file spec like c:\dos\att and D will look
  32.           for C:\DOS\ATT*.* now.  Like I said, just a few trivial
  33.           additions.
  34.           
  35.    v1.0   12/09/92
  36.    
  37.           Initial Release.          
  38.  
  39.  
  40.  
  41. Please Register Me:
  42.            
  43. This package is a little different from some utility packages that are on the
  44. market today.  If you only like one or two programs, the individual programs
  45. can be registered for $5 per concurrently used copy.  The bargain (in my
  46. eyes) is that the whole package is only $20.  It is up to you whether or not
  47. you want the entire package or only specific files.  If this package, or one
  48. of the utilities aids you, you should register your copy.  For example, say you
  49. want DCMAP & DCUPDAY, then you need only send $10.  But please, if you use this
  50. software, register it.
  51.  
  52.                 Sincerely,
  53.  
  54.                 George Spafford
  55.                 3001 LakeShore Drive, #329
  56.                 St. Joseph, MI 49085
  57.  
  58.         Data:  (616) 468-5026  Queued Access BBS 14.4Kb USR Dual HST
  59.                                FIDOnet: 1:2340/0 NEC/NC Site
  60.                                Sysop:   Tim Akright
  61.                                         600+ MB Online 
  62.  
  63. NOTE:  D IS A PART OF THE DIRECTORY CONTROL PACKAGE.  THE FOLLOWING NOTICE
  64.        PERTAINS TO IT AS WELL. 
  65.         
  66. DIRECTORY CONTROL AND ALL OF ITS COMPONENT FILES ARE DISTRIBUTED AS IS.  
  67. THE AUTHOR (GEORGE SPAFFORD) MAKES NO WARRANTY OF ANY KIND, EXPRESSED OR 
  68. IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY OR 
  69. FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THIS SOFTWARE AND 
  70. DOCUMENTATION. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DAMAGES, 
  71. INCLUDING LOST PROFITS, LOST SAVINGS, OR ANY OTHER INCIDENTAL OR 
  72. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF OR THE INABILITY TO USE 
  73. THIS PROGRAM.
  74. -------------------------------------------------------------------------
  75.         
  76.  
  77.                                                                                        
  78.  
  79.  
  80.